* todo-mode.texi (Levels of Organization): Comment out statement
authorStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jul 2014 19:09:29 +0000 (21:09 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jul 2014 19:09:29 +0000 (21:09 +0200)
that Emacs recognizes todo files by their extension, since this
feature has been removed due to bug#17482.

doc/misc/ChangeLog
doc/misc/todo-mode.texi

index 41789bf38041391496ca205d67a3e71b444fb9c3..807c93a1600efe70a09afc823be48cd66b43bdc5 100644 (file)
@@ -1,3 +1,9 @@
+2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todo-mode.texi (Levels of Organization): Comment out statement
+       that Emacs recognizes todo files by their extension, since this
+       feature has been removed due to bug#17482.
+
 2014-06-29  Glenn Morris  <rgm@gnu.org>
 
        * info.texi, mh-e.texi: "Online help" doesn't mean what it
index e63bc2c64a2003ef4f8a60b1c374697e594816da..092137268f7eb553c2b68f7f557311c3d24aa15e 100644 (file)
@@ -158,11 +158,10 @@ you want.
 All todo files reside in a single directory, whose location is specified
 by the user option @code{todo-directory}.  This directory may also
 contain other types of Todo files, which are discussed later
-(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}).  Emacs
-recognizes Todo files by their extension, so when you visit the files
-the buffer is in the appropriate mode and the current category is
-correctly displayed.
-
+(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}).  
+@c Emacs recognizes Todo files by their extension, so when you visit
+@c the files the buffer is in the appropriate mode and the current
+@c category is correctly displayed.
 When you use a Todo mode command to create a todo file, the extension
 @samp{.todo} is automatically added to the base name you choose (as a
 rule, this name is also used for the other types of Todo files, which